Sök:

Sökresultat:

7870 Uppsatser om Digital game development - Sida 1 av 525

Impressionism och Digitala Spel

Abstrakt För att utveckla och förändra spelmediet behandlar detta arbete impressionism och digitala spel. Båda ämnena diskuteras och belyses från olika vinklar för att undersöka hur de två ämnena kan sammanföras i en spelproduktion. Spelproduktionen har testats av spelstudenter för att få deras åsikter om hur spelet fungerar och deras syn på kopplingen mellan impressionism och digitala spel. Arbetet avslutas med en diskussion och slutsats där alla fakta som tagits in under kandidat-arbetet analyserats. I diskussionen lyfts följande ämnen fram: impressionism, konst, hur spelmediet ser ut idag, tv- och dataspelsgestaltning, interaktion och hur dessa två ämnen, impressionism och digitala spel kan föras samman.

Impressionism och Digitala Spel

Abstrakt För att utveckla och förändra spelmediet behandlar detta arbete impressionism och digitala spel. Båda ämnena diskuteras och belyses från olika vinklar för att undersöka hur de två ämnena kan sammanföras i en spelproduktion. Spelproduktionen har testats av spelstudenter för att få deras åsikter om hur spelet fungerar och deras syn på kopplingen mellan impressionism och digitala spel. Arbetet avslutas med en diskussion och slutsats där alla fakta som tagits in under kandidat-arbetet analyserats. I diskussionen lyfts följande ämnen fram: impressionism, konst, hur spelmediet ser ut idag, tv- och dataspelsgestaltning, interaktion och hur dessa två ämnen, impressionism och digitala spel kan föras samman.

Puzzles combined with horror in digital games

Den här uppsatsen handlar om hur pussel och skr äck kan kombineras i ett och samma digitala spel. Hur man som utvecklare kan f å en j ämn balans mellan skr äcken och pusslen som presenteras f ör spelaren i spelet. Den typ av skr äck som den h ar uppsatsen har fokus på är genren 'Survival-Horror' och anv änder sig av den typ av skr äck som i digital spel kategoriserats som 'Survival-Horror'-spel. Den här uppsatsen visar en analys av 'Survival-Horror', samlar information om pussel och skr äck f or att utforma en hypotes hur dessa kan kombineras. F ör att kontrollera om hypotesen st ämmer utf ördes en intervju innan pussel- och skr äckmomenten implementerades i ett digitalt spel. Efter implementationerna genomf ördes det speltester i tv å omg ångar f ör att analysera resultatet mellan de tv å omg ångarna..

Retrospel: En studie i hur retrotrenden påverkat digitala spel

I det här arbetet undersöker vi hur retrotrenden påverkat digitala spel. Vi undersöker hur retro blivit en erkänd stil och varför den har blivit det. Vi undersöker dess koppling med nostalgi, hur nostalgi fungerar och varför man kan tänkas vilja använda sig av det när man ska utveckla ett digitalt spel. Retro är inte ett fenomen som är medie exklusivt till digitala spel, vi undersöker hur retro verkar i andra medier och hur medierna blandar retroelement med varandra. Det är inte ovanligt att samtida digitala spel influeras av retrospel eller rent av utvecklas i syfte att bli ett nyproducerat retrospel, detta är något som vi gestaltar i vår produktion av ett digitalt spel.

Hearty Horror

I denna text diskuterar jag produktionen av Hearty Horrors, ett spel programmerat och designat helt i flash. Jag diskuterar svårigheterna för de olika delarna i att skapa ett spel. Tankar och jämförelser mellan onda och goda karaktärer och vad man, som speldesigner, bör och inte bör göra för att få spelare att känna sig manade att spela vidare. In this text I discuss the production of Hearty Horrors, a game programmed and designed completly in flash. I discuss the difficulties of diffrent parts in the making of a game. Thoughts and comparances are made between evil and good characters and what you, as a gamedesigner, should and should not do to make the player want to continue playing..

Spelvärlden som informativt grafiskt gränssnitt : En studie om hur spelvärldens visuella uttryck hjälper ovana spelare att förstå mål och regler

The diegetic game world places high demands on how it is designed. It is common that game developers wants to create a deeper player immersion and some developers believe to achieve this by integrating HUD elements into the game world. To find out how digital games can rely on the design of the game world, we performed user studies on beginners who have very limited experience of playing digital games. By observing the beginners, we could discern the visual aspects in the diegesis that helps players understand the game rules and objectives because the beginners won`t make their choices based on previous gaming experiences. If players encounter a variety of difficulties to understand the rules of a game, then it will less likely be a successful game.

Developing tactical group-based game-AI

The goal of this work has been to create a flexible strategic group-based artificial intelligence for the Arrowhead Game Studios-game Magicka, by implementing, using and examining different AI-techniques that's used in many commercial games in more or less extent. C# is the programming language that has been used in the development, and the implementation has been made as flexible as possible to make further development and extending AI-rules etc. easier..

Spelutveckling för Facebook ? från koncept till produkt

Abstrakt Under vårt kandidatarbete arbetade vi under 20 veckor med att utveckla ett webbaserat spel riktat mot Facebook. Vi använde Agile/Scrum som projektmetod för vårt arbete och förändrade metoden och utvecklade verkyg för att effektivisera den för vårt syfte. Vi kom fram till att det är svårt att göra ett socialt spel och att det viktigaste i produktionen är att se till att det finns en tydlig koppling mellan spelarnas interaktion med varandra och den grundläggande spelmekaniken. Vi tappade fokus under utvecklingen och lärde oss den hårda vägen vikten av att planera realistiskt och börja ifrån grunden när man utvecklar ett spel. Spelet vi skapade använder sig av slumpässigt genererad terräng, är skrivet i JavaScript och utspelar sig i en viktoriansk miljö. Nyckelord: Facebook, spelutveckling, webbutveckling, internet, sociala spel Abstract During our bachelor thesis we worked for 20 weeks with the development of a web-based game for Facebook. We used Agile/Scrum as our project planning method, changed the method to make it more effective for our purpose and developed tools for the method. We came to the conclusion that it's hard to make a social game and that the most important thing in the production is to make sure that there's a clear connection between the players' interaction with each other and the foundations of the game mechanics. We lost focus during the development and learned the hard way the value of planning realistically and to start from the core when developing a game. The game we created uses a random generated terrain, is written in JavaScript and takes place in a Victorian environment. Keywords: Facebook, game development, web development, internet, social games.

Inledning till spelutveckling för AndroidSpelutveckling för Android med Java och OpenGL ES

This thesis deals with the problems you face as a new game developer for the mobile platform Android when developing a 3D game and presents solutions to these problems. It also explores which optimizations should be made to increase performance and how well suited for game development the Android platform is. A simple 3D game for version 2.2 of Android was developed to examine this. The conclusion was that a good game structure for Android separates logic and rendering by running these separately in different threads. Solutions to rendering and updating of game logic were presented and optimizations were implemented for performance, although fewer optimizations were needed than was anticipated.

"Jag skulle vilja köpa 1 öra och 1 par lungor" : En innehållsanalys av uppgifterna i ett digitalt pedagogiskt matematikspel.

In this thesis, the four types of math problems that occur in the digital educational math game Zcooly Affären 2 have been analyzed. Focus has been aimed at how the problems mediate instructions and mathematical concepts to players, and how the mathematical content is supported by the context within the game. The result shows both positive and negative aspects of the math problems, based on the theories for math education used in this thesis. Apart from the analysis of the game, this thesis also presents earlier research regarding what possibilities digital games possess as tools for learning. Researchers have partly different views on how digital games should be designed to enhance learning, and whether or not games are efficient to use for learning purposes..

Introduktion till Kontinuitetsperspektivet

To explore greatly varied opinion between player and reviewer, in relation to new products in ongoing digital game series, an analytic perspective is suggested, that takes the entire game series into account, instead of analyzing games (who are part of a series) as individual productions. This is explored further by introducing a model to support this perspective, based on the game theories by Katie Salen and Eric Zimmerman, as well as Gordon Calleja. This model and chosen perspective is applied against three separate cases to see whether or not it can give insight into the approach of players (of continuing game series) and the differing opinions of players and reviewers..

Arbetsprocesser inom spelutveckling : En kvalitativ fallstudie som granskar arbetsprocessen hos ett svenskt spelutvecklingsföretag

Dice is one of Sweden's largest game manufacturers. They have produced a game series called ?Battlefield?, which recently celebrated its tenth anniversary, releasing it gradually over the years. In order to create a game some form of work structure is required. In this essay we discover what the Dice work process looks like today and how it has changed over the years.Game development is progressing and market changes require game developers to constantly adapt to the current situation.

Tv-spel som resurs för religionskunskap : En undersökning om tv-spel som resurs inom dygdetik

This paper examines the possibilities of using video games as a tool for education of virtue ethics. By comparing learning aspects in Marc Prensky?s theory Digital Game-Based Learning and Aristotelian virtue ethics, this paper tries to look for similarities in how each theory looks at learning. Prensky?s theory is about how one can use video games in education, which is why it is used here.

Retrospel : En studie i hur retrotrenden påverkat digitala spel

I det här arbetet undersöker vi hur retrotrenden påverkat digitala spel. Vi undersöker hur retro blivit en erkänd stil och varför den har blivit det. Vi undersöker dess koppling med nostalgi, hur nostalgi fungerar och varför man kan tänkas vilja använda sig av det när man ska utveckla ett digitalt spel. Retro är inte ett fenomen som är medie exklusivt till digitala spel, vi undersöker hur retro verkar i andra medier och hur medierna blandar retroelement med varandra. Det är inte ovanligt att samtida digitala spel influeras av retrospel eller rent av utvecklas i syfte att bli ett nyproducerat retrospel, detta är något som vi gestaltar i vår produktion av ett digitalt spel.

Hej, kom spela med oss! (Hi, come play with us!)

People play games now more than ever before. While the digital gaming industry dominates the market, boardgaming has been living in its shadow. Board games offer a physical tangibility and a social experience that can be found in few digital games. How do we create a tool that further builds upon those strengths? The purpose of this study is to examine the possibility of developing a service that consists of an mobile application and board game events to promote social face-to-face interaction. Focus has been on the social face-to-face interaction in the context of a board game session.

1 Nästa sida ->